home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
-
- print <<EndOfFile;
- Content-type: text/html
-
- <FORM>
- <H2>About the Network Multicast Announcement Form</H2>
- <P>
- This form contains a list of the announcements for sessions
- that are currently available to Session Directory users. It
- also contains a button for creating a new announcement.
- If you created announcements previously, the Multicast
- Announcement form also contains buttons for editing and
- deleting announcements. Select an announcement in the
- list to read the contents of the announcement. The
- announcements that you create are added to this list.
- <P>
- Select an announcement in the list to read the entire announcement.
- The announcement that is displayed contains the name and description
- of the session and its starting and ending times.
- <P>
- Select an icon from the announcement to launch the session that it
- describes. To launch a session, you must select the icon during the
- broadcast period defined by the starting and ending times.
-
- <CENTER>
- <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
- </CENTER>
- </FORM>
- EndOfFile
-
-